Package org.neo4j.helpers

Common Java utilities.

See:
          Description

Interface Summary
Predicate<T> Predicate useful for filtering.
 

Class Summary
Args Parses a String[] argument from a main-method.
Pair<T1,T2> Utility to handle pairs of objects.
Service A utility for locating services.
Service.CaseInsensitiveService A base class for services, similar to Service, that compares keys using case insensitive comparison instead of exact comparison.
 

Package org.neo4j.helpers Description

Common Java utilities. A collection of useful utilities which you very often find yourself needing, but you can't (as of yet) find in the core Java SDK.



Copyright © 2010 Neo4j. All Rights Reserved.